home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 1999-03-02 | 8.1 KB | 210 lines |
- :Base StyleOne.hlp
- :Title Style One Help
- 1 Style One
- 2 Introduction
- 3 About this help-file=IDH_44260
- 3 Style One introduction=IDH_44200
- 3 About Style One=IDH_44210
- 3 Working with Style One=IDH_44220
- 3 The Interface=IDH_44230
- 3 Registration=IDH_44240
- 3 Support=IDH_44250
- 3 Copyrights & Trademarks=IDH_44600
- 2 Quick tutorial
- 3 Introduction=IDH_44400
- 3 Adding a rule=IDH_44410
- 3 Changing rule properties=IDH_44420
- 3 Displaying the right data=IDH_44430
- 3 Changing rule sequence=IDH_44440
- 2 CSS primer
- 3 General=IDH_44300
- 3 Usage=IDH_44310
- 3 Rules=IDH_44320
- 3 Selectors=IDH_44330
- 3 At-rules=IDH_44340
- 3 Properties=IDH_44350
- 2 Interface elements
- 3 The menu=IDH_44500
- 3 The toolbar=IDH_44501
- 3 The statusbar=IDH_44502
- 2 Forms, windows & dialogs
- 3 Main form=IDH_44000
- 3 The edit window=IDH_44040
- 3 The rule wizard=IDH_44160
- 3 About dialog=IDH_44010
- 3 Select sample file=IDH_44090
- 3 Browser filename=IDH_44030
- 3 Registration dialog=IDH_44070
- 3 Web color selection=IDH_44080
- 3 Media-type editor=IDH_44060
- 3 Context editor=IDH_44110
- 3 Attribute-selector editor=IDH_44020
- 3 font-family editor=IDH_44050
- 3 text-shadow editor=IDH_44140
- 3 content editor=IDH_44100
- 3 counter editor=IDH_44120
- 3 quotes editor=IDH_44130
- 3 voice-family editor=IDH_44150
- 1 Cascading Style Sheets, Level 2 (W3C)
- 2 Introduction
- 3 CSS2 Specification=IDH_43140
- 3 Abstract=IDH_43250
- 3 Status of this document=IDH_43150
- 3 Available formats=IDH_43160
- 3 Available languages=IDH_43170
- 3 Errata=IDH_43260
- 3 Quick table of contents=IDH_43180
- 3 Full table of contents=IDH_43190
- 2 1 About the CSS2 specification
- 3 1 About the CSS2 specification=IDH_30100
- 3 1.1 Reading the specification=IDH_30110
- 3 1.2 How the specification is organized=IDH_30120
- 3 1.4 Acknowledgements=IDH_30140
- 3 1.5 Copyright Notice=IDH_30150
- 2 2 Introduction to CSS2
- 3 2 Introduction to CSS2=IDH_30200
- 3 2.1 A brief CSS2 tutorial for HTML=IDH_30210
- 3 2.2 A brief CSS2 tutorial for XML=IDH_30220
- 3 2.3 The CSS2 processing model=IDH_30230
- 3 2.4 CSS design principles=IDH_30240
- 2 3 Conformance: Requirements and Recommendations
- 3 3 Conformance: Requirements and Recommendations=IDH_30300
- 3 3.1 Definitions=IDH_30310
- 3 3.2 Conformance=IDH_30320
- 3 3.3 Error conditions=IDH_30330
- 3 3.4 The text/css content type=IDH_30340
- 2 4 CSS2 syntax and basic datya types
- 3 4 CSS2 syntax and basic data types=IDH_30400
- 3 4.1 Syntax=IDH_30410
- 3 4.2 Rules for handling parsing errors=IDH_30420
- 3 4.3 Values=IDH_30430
- 3 4.4 CSS document presentation=IDH_30440
- 2 5 Selectors
- 3 5 Selectors=IDH_30500
- 3 5.1 Pattern matching=IDH_30510
- 3 5.2 Selector syntax=IDH_30520
- 3 5.3 Universal selector=IDH_30530
- 3 5.4 Type selectors=IDH_30540
- 3 5.5 Descendant selectors=IDH_30550
- 3 5.6 Child selectors=IDH_30560
- 3 5.7 Adjacent sibling selectors=IDH_30570
- 3 5.8 Attribute selectors=IDH_30580
- 3 5.9 ID selectors=IDH_30590
- 3 5.10 Peudo-elements and pseudo-classes=IDH_40500
- 3 5.11 Pseudo-classes=IDH_40510
- 3 5.12 Pseudo-elements=IDH_40520
- 2 6 Assigning property values, Cascading, and Inheritance
- 3 6 Assigning property values, Cascading, and Inheritance=IDH_30600
- 3 6.1 Specified, computed and actual values=IDH_30610
- 3 6.2 Inheritance=IDH_30620
- 3 6.3 The @import rule=IDH_30630
- 3 6.4 The cascade=IDH_30640
- 2 7 Media types
- 3 7 Media types=IDH_30700
- 3 7.1 Introduction to media types=IDH_30710
- 3 7.2 Specifying media-dependant style sheets=IDH_30720
- 3 7.3 Recognized media types=IDH_30730
- 2 8 Box model
- 3 8 Box model=IDH_30800
- 3 8.1 Box dimensions=IDH_30810
- 3 8.2 Example of margins, padding, and borders=IDH_30820
- 3 8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'=IDH_30830
- 3 8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'=IDH_30840
- 3 8.5 Border properties=IDH_30850
- 2 9 Visual formatting model
- 3 9 Visual formatting model=IDH_30900
- 3 9.1 Introduction to the visual formatting model=IDH_30910
- 3 9.2 Controlling box generation=IDH_30920
- 3 9.3 Positioning schemes=IDH_30930
- 3 9.4 Normal flow=IDH_30940
- 3 9.5 Floats=IDH_30950
- 3 9.6 Absolute positioning=IDH_30960
- 3 9.7 Relationships between 'display', 'position', and 'float'=IDH_30970
- 3 9.8 Comparison of normal flow, floats, ans absolute positioning=IDH_30980
- 3 9.9 Layered presentation=IDH_30990
- 3 9.10 Text direction: the 'direction' and 'unicode-bidi' properties=IDH_40900
- 2 10 Visual formatting model details
- 3 10 Visual formatting model details=IDH_31000
- 3 10.1 Definition of "containing block"=IDH_31010
- 3 10.2 Content width: the 'width' property=IDH_31020
- 3 10.3 Computing widths and margins=IDH_31030
- 3 10.4 Minimum and maximum widths: 'min-width' and 'max-width'=IDH_31040
- 3 10.5 Content height: the 'height' property=IDH_31050
- 3 10.6 Computing heights and margins=IDH_31060
- 3 10.7 Minimum and maximum heights: 'min-height' and 'max-height'=IDH_31070
- 3 10.8 Line height calculations: the 'line-height' and 'vertical-align' properties=IDH_31080
- 2 11 Visual effects
- 3 11 Visual effects=IDH_31100
- 3 11.1 Overflow and clipping=IDH_31110
- 3 11.2 Visibility: the 'visibility' property=IDH_31120
- 2 12 Generated content, automatic numbering, and lists
- 3 12 Generated content, automatic numbering, and lists=IDH_31200
- 3 12.1 The :before and :after pseudo-elements=IDH_31210
- 3 12.2 The 'content' property=IDH_31220
- 3 12.3 Interaction of :before and :after with 'compact' and 'run-in' elements=IDH_31230
- 3 12.4 Quotation marks=IDH_31240
- 3 12.5 Automatic counters and numbering=IDH_31250
- 3 12.6 Markers and lists=IDH_31260
- 2 13 Paged media
- 3 13 Paged media=IDH_31300
- 3 13.1 Introduction to paged media=IDH_31310
- 3 13.2 Page boxes: the @page rule=IDH_31320
- 3 13.3 Page breaks=IDH_31330
- 3 13.4 Cascading in the page context=IDH_31340
- 2 14 Colors and backgrounds
- 3 14 Colors and backgrounds=IDH_31400
- 3 14.1 Foreground color: the 'color' property=IDH_31410
- 3 14.2 The background=IDH_31420
- 3 14.3 Gamma correction=IDH_31430
- 2 15 Fonts
- 3 15 Fonts=IDH_31500
- 3 15.1 Introduction=IDH_31510
- 3 15.2 Font specification=IDH_31520
- 3 15.3 Font selection=IDH_31530
- 3 15.4 Font characteristics=IDH_31540
- 3 15.5 Font matching algorithm=IDH_31550
- 2 16 Text
- 3 16 Text=IDH_31600
- 3 16.1 Indention: the 'text-indent' property=IDH_31610
- 3 16.2 Alignment: the 'text-align' property=IDH_31620
- 3 16.3 Decoration=IDH_31630
- 3 16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties=IDH_31640
- 3 16.5 Capitalization: the 'text-transform' property=IDH_31650
- 3 16.6 Whitespace: the 'white-space' property=IDH_31660
- 2 17 Tables
- 3 17 Tables=IDH_31700
- 3 17.1 Introduction to tables=IDH_31710
- 3 17.2 The CSS table model=IDH_31720
- 3 17.3 Column selectors=IDH_31730
- 3 17.4 Tables in the visual formatting model=IDH_31740
- 3 17.5 Visual layout of table contents=IDH_31750
- 3 17.6 Borders=IDH_31760
- 3 17.7 Audio rendering of tables=IDH_31770
- 2 18 User interface
- 3 18 User interface=IDH_31800
- 3 18.1 Cursor: the 'cursor' property=IDH_31810
- 3 18.2 user preferences for colors=IDH_31820
- 3 18.3 User preferences for fonts=IDH_31830
- 3 18.4 Dynamic outlines: the 'outline' property=IDH_31840
- 3 18.5 Magnification=IDH_31850
- 2 19 Aural style sheets
- 3 19 Aural style sheets=IDH_31900
- 3 19.1 Introduction to aural style sheets=IDH_31910
- 3 19.2 Volume properties: 'volume'=IDH_31920
- 3 19.3 Speaking properties: 'speak'=IDH_31930
- 3 19.4 Pause properties: 'pause-before', 'pause-after' and 'pause'=IDH_31940
- 3 19.5 Cue properties: 'cue-before', 'cue-after' and 'cue'=IDH_31950
- 3 19.6 Mising properties: 'play-during'=IDH_31960
- 3 19.7 Spatial properties: 'azimuth' and 'elevation'=IDH_31970
- 3 19.8 Voice characteristic properties: 'speech-rate', 'vioce-family', 'pitch', 'pitch-range', 'stress' and 'richness'=IDH_31980
- 3 19.9 Speech properties: 'speak-punctuation' and 'speak-numeral'=IDH_31990
- 2 Appendices
- 3 Appendix A. A sample style sheet for HTML 4..0=IDH_42000
- 3 Appendix B. Changes from CSS1=IDH_42010
- 3 Appendix C. Implementation and performance notes for fonts=IDH_42020
- 3 Appendix D. The grammar of CSS2=IDH_42030
- 3 Appendix E. References=IDH_42040
- 3 Appendix F. Property index=IDH_42050
- 3 Appendix G. Descriptor index=IDH_42060
- 3 Appendix H. Index=IDH_42070
-